Author: N.F.S Grundtvig (The members of this class inherits the author by default.)
Parameter documentation - normal style in CPP file.
Parameter documentation - normal style in CPP file.
This function do have an implementation so we recommend clicking
on the Source-tab in your browser to view the code.
This is how it looks in the source:
void HowToDocument::Parameters( int iSize, ///< Parameter documentation for iSize
HowToDocument& howToDocument, ///< Parameter documentation for howToDocument
float fMAX2) ///< Parameter documentation for fMAX2
|